From: Aaron Schulz Date: Wed, 3 Oct 2012 20:32:16 +0000 (-0700) Subject: Fixed documentation typo. X-Git-Tag: 1.31.0-rc.0~22178 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=19aa6315226e010befc214c5a1ea93a20285a02b;p=lhc%2Fweb%2Fwiklou.git Fixed documentation typo. Change-Id: I31c7959d6feb2241984883e4a02882903a8475d4 --- diff --git a/includes/filebackend/SwiftFileBackend.php b/includes/filebackend/SwiftFileBackend.php index 057d6f78ca..1807734f2c 100644 --- a/includes/filebackend/SwiftFileBackend.php +++ b/includes/filebackend/SwiftFileBackend.php @@ -814,7 +814,7 @@ class SwiftFileBackend extends FileBackendStore { $ep = array_diff_key( $params, array( 'srcs' => 1 ) ); // for error logging // Blindly create tmp files and stream to them, catching any exception if the file does - // not exist. Doing a stat here is useless causes infinite loops in addMissingMetadata(). + // not exist. Doing stats here is useless and will loop infinitely in addMissingMetadata(). foreach ( array_chunk( $params['srcs'], $params['concurrency'] ) as $pathBatch ) { $cfOps = array(); // (path => CF_Async_Op)